Einhugur Xml Plugin for Xojo

XPathVariableSet.Set Method

Sets value of named string variable.

Set(
   name as String,
   value as String)

Parameters

name
Name of the variable.
value
Value to set the variable to.

Remarks

This method can throw EinhugurXPathException

See Also

XPathVariableSet Class